0
Your cart

Your cart is empty

Browse All Departments
  • All Departments
Price
  • R250 - R500 (4)
  • R500 - R1,000 (4)
  • -
Status
Brand

Showing 1 - 8 of 8 matches in All Departments

Tweed Rins tae the Ocean (Hardcover): Alasdair Allan Tweed Rins tae the Ocean (Hardcover)
Alasdair Allan
R513 Discovery Miles 5 130 Ships in 12 - 17 working days
Geolocation in iOS (Paperback): Alasdair Allan Geolocation in iOS (Paperback)
Alasdair Allan
R486 R358 Discovery Miles 3 580 Save R128 (26%) Ships in 12 - 17 working days

The iPhone and iPad allow user positioning via multiple methods, including GPS. The growing number location-aware, and location-fenced, applications now arriving in the App Store make heavy use of these abilities. This book walks you through the basic tools you need to build geo-aware applications before diving into the available third-party geo-SDKs available for the iOS platform.

The Kerbal Player's Guide (Paperback): Jon Manning, Tim Nugent, Paul Fenwick, Alasdair Allan, Paris Buttfield-Addison The Kerbal Player's Guide (Paperback)
Jon Manning, Tim Nugent, Paul Fenwick, Alasdair Allan, Paris Buttfield-Addison
R1,011 R748 Discovery Miles 7 480 Save R263 (26%) Ships in 12 - 17 working days

Kerbal Space Program (KSP) is a critically acclaimed, bestselling space flight simulator game. It's making waves everywhere from mainstream media to the actual space flight industry, but it has a bit of a learning curve. In this book, five KSP nerds-including an astrophysicist-teach you everything you need to know to get a nation of tiny green people into space. KSP is incredibly realistic. When running your space program, you'll have to consider delta-V budgets, orbital mechanics, Hohmann transfers, and more. This book is perfect for video game players, simulation game players, Minecrafters, and amateur astronomers. Design, launch, and fly interplanetary rockets Capture an asteroid and fly it into a parking orbit Travel to distant planets and plant a flag Build a moon rover, and jump off a crater ridge Rescue a crew-mate trapped in deep space

Basic Sensors in iOS (Paperback): Alasdair Allan Basic Sensors in iOS (Paperback)
Alasdair Allan
R486 R357 Discovery Miles 3 570 Save R129 (27%) Ships in 12 - 17 working days

What really sets the iPhone apart from laptops and PCs is its use of onboard sensors, including those that are location-enabled. This concise book takes experienced iPhone and Mac developers on a detailed tour of iPhone and iPad hardware by explaining how these sensors work, and what they're capable of doing.

With this book, you'll build sample applications for each sensor, and learn hands-on how to take advantage of the data each sensor produces. You'll gain valuable experience that you can immediately put to work inside your own iOS applications for the iPhone, iPod touch, and iPad. This book helps you focus on: Camera: learn how to take pictures and video, create video thumbnails, customize video, and save media to the photo albumAudio: use the media picker controller and access the iPod music library in your own application, and enable your app to record and play sampled audioAccelerometer: write an application that uses this sensor to determine device orientationMagnetometer: learn how this sensor verifies compass headingsCore Motion: use this framework to receive motion data from both the accelerometer and the vibrational gyroscope

This short book is part of a collection that will, along with new material, be compiled into a larger book, iOS Sensor Programming. The other books in this collection are Augmented Reality in iOS, Geolocation in iOS, and iOS Sensor Apps with Arduino.

Distributed Network Data (Paperback): Alasdair Allan Distributed Network Data (Paperback)
Alasdair Allan; Contributions by Kipp Bradford
R494 R366 Discovery Miles 3 660 Save R128 (26%) Ships in 12 - 17 working days

Build your own distributed sensor network to collect, analyze, and visualize real-time data about our human environment - including noise level, temperature, and people flow. With this hands-on book, you'll learn how to turn your project idea into working hardware, using the easy-to-learn Arduino microcontroller and off-the-shelf sensors. Authors Alasdair Allan and Kipp Bradford walk you through the entire process, from prototyping a simple sensor node to performing real-time analysis on data captured by a deployed multi-sensor network. Demonstrated at recent O'Reilly Strata Conferences, the future of distributed data is already here. If you have programming experience, you can get started immediately. Wire up a circuit on a breadboard, and use the Arduino to read values from a sensor Add a microphone and infrared motion detector to your circuit Move from breadboard to prototype with Fritzing, a program that converts your circuit design into a graphical representation Simplify your design: learn use cases and limitations for using Arduino pins for power and grounding Build wireless networks with XBee radios and request data from multiple sensor platforms Visualize data from your sensor network with Processing or LabVIEW

Learning IOS Programming (Paperback, 3rd Revised edition): Alasdair Allan Learning IOS Programming (Paperback, 3rd Revised edition)
Alasdair Allan
R883 R661 Discovery Miles 6 610 Save R222 (25%) Ships in 12 - 17 working days

Get a rapid introduction to iPhone, iPad, and iPod touch programming. With this easy-to-follow guide, you'll learn how to develop your first marketable iOS application, from opening Xcode to submitting your product to the App Store. Whether you're a developer new to Mac programming or an experienced Mac developer ready to tackle iOS, this is your book. You'll learn about Objective-C and the core frameworks hands-on by writing several sample iOS applications, giving you the basic skills for building your own applications independently. Packed with code samples, this book is refreshed and updated for iOS 6 and Xcode 4. Discover the advantages of building native iOS apps Get started with Objective-C and the Cocoa Touch frameworks Dive deep into the table view classes for building user interfaces Handle data input, parse XML and JSON documents, and store data on SQLite Use iOS sensors, including the accelerometer, magnetometer, camera, and GPS Build apps that use the Core Location and MapKit frameworks Integrate Apple's iCloud service into your applications Walk through the process of distributing your polished app to the App Store

Make: Bluetooth (Paperback): Alasdair Allan, Don Coleman, Sandeep Mistry Make: Bluetooth (Paperback)
Alasdair Allan, Don Coleman, Sandeep Mistry
R810 R672 Discovery Miles 6 720 Save R138 (17%) Ships in 10 - 15 working days

This book is where your adventures with Bluetooth LE begin. You'll start your journey by getting familiar with your hardware options: Arduino, BLE modules, computers (including Raspberry Pi!), and mobile phones. From there, you'll write code and wire circuits to connect off-the-shelf sensors, and even go all the way to writing your own Bluetooth Services. Along the way you'll look at lightbulbs, locks, and Apple's iBeacon technology, as well as get an understanding of Bluetooth security--both how to beat other people's security, and how to make your hardware secure."

iOS Sensor Apps with Arduino (Paperback): Alasdair Allan iOS Sensor Apps with Arduino (Paperback)
Alasdair Allan
R488 R360 Discovery Miles 3 600 Save R128 (26%) Ships in 12 - 17 working days

Turn your iPhone or iPad into the hub of a distributed sensor network with the help of an Arduino microcontroller. With this concise guide, you'll learn how to connect an external sensor to an iOS device and have them talk to each other through Arduino. You'll also build an iOS application that will parse the sensor values it receives and plot the resulting measurements, all in real-time.

iOS processes data from its own onboard sensors, and now you can extend its reach with this simple, low-cost project. If you're an Objective-C programmer who likes to experiment, this book explains the basics of Arduino and other hardware components you need--and lets you have fun in the process.Learn how to connect the Arduino platform to any iOS deviceBuild a simple application to control your Arduino directly from an iPadGather measurements from an ultrasonic range finder and display them on your iPhoneConnect an iPhone, iPad, or iPod Touch to an XBee radio networkExplore other methods for connecting external sensors to iOS, including Ethernet and the MIDI protocol

Free Delivery
Pinterest Twitter Facebook Google+
You may like...
Die verdwyning van Mina Afrika
Zuretha Roos Paperback R250 R219 Discovery Miles 2 190
The Adolescent Experience - European and…
August Flammer, Francoise D. Alsaker Hardcover R3,687 Discovery Miles 36 870
Kagiso: Die Tand: Graad 2: Leesboek 2
Paperback R73 R65 Discovery Miles 650
The Life and Times Of A Victorian…
Peter Flower Paperback R804 Discovery Miles 8 040
No Time Like the Future - An Optimist…
Michael J. Fox Paperback R473 R389 Discovery Miles 3 890
The Hunchback of Notre-Dame
Michael Ford Paperback R249 R203 Discovery Miles 2 030
How to Grill for Beginners - A Grilling…
Richard Sherman Paperback R467 R397 Discovery Miles 3 970
Children Of Virtue And Vengeance…
Tomi Adeyemi Paperback  (1)
R220 R172 Discovery Miles 1 720
They Called Me Queer
Kim Windvogel, Kelly-Eve Koopman Paperback R320 R275 Discovery Miles 2 750
Childhood and Pethood in Literature and…
Anna Feuerstein, Carmen Nolte-Odhiambo Hardcover R4,141 Discovery Miles 41 410

 

Partners